-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add shapes plugin #107
Add shapes plugin #107
Conversation
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
…cs/ign-gazebo into add_shapes_plugin
Fixed in dd864dd |
Ready for another iteration |
Signed-off-by: John Shepherd <[email protected]>
Codecov Report
@@ Coverage Diff @@
## ign-gazebo2 #107 +/- ##
==============================================
Coverage ? 62.38%
==============================================
Files ? 123
Lines ? 6091
Branches ? 0
==============================================
Hits ? 3800
Misses ? 2291
Partials ? 0 Continue to review full report at Codecov.
|
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the new mouse hover events works great
I only have a couple comments left. Otherwise looks good to me.
Signed-off-by: John Shepherd <[email protected]>
Signed-off-by: John Shepherd <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great!
Signed-off-by: John Shepherd <[email protected]>
* Add shapes plugin (#107) Signed-off-by: John Shepherd <[email protected]> * Add option to suppress warning about missing child model (#132) Signed-off-by: Addisu Z. Taddese <[email protected]> * Support multi entity spawn (#146) * Support multi entity spawn Signed-off-by: Nate Koenig <[email protected]> * Added more documentation Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> * Bump ign-msgs version to 4.9 (#148) Signed-off-by: Louise Poubel <[email protected]> * Revert silly mistake Signed-off-by: Nate Koenig <[email protected]> * ign-msgs 5.3 dependency Signed-off-by: Nate Koenig <[email protected]> * Bump minor version Signed-off-by: Nate Koenig <[email protected]> * Changelog Signed-off-by: Nate Koenig <[email protected]> * RawPose Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: John <[email protected]> Co-authored-by: Addisu Taddese <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Louise Poubel <[email protected]>
Signed-off-by: John Shepherd <[email protected]> Signed-off-by: Addisu Z. Taddese <[email protected]>
This PR makes use of ign-gazebo#95 so that PR will need to be merged before this one (it doesn't have to be, but I thought a separate PR for that functionality would be better for visibility and documentation purposes.There are a few things I made "prototypes" of that I would like to have looked and discussed for improvement:
UniqueId()
HandleModelPlacement()
good/could there be a better way to handle the mouse events here?There's currently a bug with this addition messing with the button pressing functionalities - I'll take a closer look at this soonResolves #81